Interface PAPProcess

All Superinterfaces:
IPCObject, Process
All Known Implementing Classes:
PAPProcessImpl

public interface PAPProcess extends Process
Information provided by the PKI file:

    \class PAPProcess
    
    \brief PAPProcess handles and manipulates the PAP process.
    
    \example network().getDevice("Router0").getProcess("PapProcess")
    
Author:
Auto-generated
  • Method Details

    • setSentPassword

      void setSentPassword(String password)
      Information provided by the PKI file:
      
          \brief Sets the sent password.
          
          \param password, the sent password.
          
              
      Parameters:
      password - Takes in a parameter of password
    • setSentUserName

      void setSentUserName(String username)
      Information provided by the PKI file:
      
          \brief Sets the sent username.
          
          \param username, the sent username.
          
              
      Parameters:
      username - Takes in a parameter of username
    • getSentPassword

      String getSentPassword()
      Information provided by the PKI file:
      
          \brief Returns the sent password.
          
          \return string, the sent password.
          
              
      Returns:
      String Returns a String
    • getSentUserName

      String getSentUserName()
      Information provided by the PKI file:
      
          \brief Returns the sent username.
          
          \return string, the sent username.
          
              
      Returns:
      String Returns a String